home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
DESQVIEW
/
DVTMAN13.ARJ
/
TAPX.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-09-10
|
187b
|
13 lines
echo off
tapxdi keys=%1
if errorlevel 99 goto badinput
if errorlevel 1 goto nothere
echo Got it!
goto bye
:nothere
echo no got it...
goto bye
:badinput
echo TAPX error.
:bye